home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 February / netCD41.iso / pc / NETCD41.dir / 00038_Separator & Platform Global.ls < prev    next >
Encoding:
Text File  |  1997-12-11  |  262 b   |  13 lines

  1. global gPathSep, gPlatform, gCDDrive, gURL, gBrowserLoc
  2.  
  3. on startMovie
  4.   if the machineType = 256 then
  5.     set gPathSep to "\"
  6.   else
  7.     set gPathSep to ":"
  8.   end if
  9.   set gCDDrive to the moviePath
  10.   set gPlatform to the platform
  11.   set gBrowserLoc to EMPTY
  12. end
  13.